-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DRAFT] feat: updated mbedtls from v3.2.1 to v3.6.2 #813
base: main
Are you sure you want to change the base?
Conversation
Dependency ReviewThe following issues were found:
License Issuesexternal/crypto/mbedtls/CMakeLists.txt
OpenSSF Scorecard
Scanned Files
|
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ ACTION | actionlint | 12 | 0 | 0.05s | |
✅ CPP | clang-format | 1002 | 3 | 0 | 6.42s |
✅ DOCKERFILE | hadolint | 2 | 0 | 0.16s | |
✅ JSON | jsonlint | 7 | 0 | 0.19s | |
✅ JSON | prettier | 7 | 0 | 0 | 0.67s |
markdownlint | 6 | 0 | 4 | 1.12s | |
markdown-link-check | 6 | 1 | 59.01s | ||
✅ MARKDOWN | markdown-table-formatter | 6 | 0 | 0 | 0.2s |
✅ REPOSITORY | checkov | yes | no | 19.61s | |
✅ REPOSITORY | git_diff | yes | no | 0.05s | |
✅ REPOSITORY | grype | yes | no | 8.75s | |
✅ REPOSITORY | ls-lint | yes | no | 0.06s | |
✅ REPOSITORY | secretlint | yes | no | 5.86s | |
✅ REPOSITORY | trivy | yes | no | 5.55s | |
✅ REPOSITORY | trivy-sbom | yes | no | 0.07s | |
✅ REPOSITORY | trufflehog | yes | no | 3.38s | |
lychee | 137 | 1 | 5.0s | ||
prettier | 22 | 1 | 1 | 0.83s | |
✅ YAML | v8r | 22 | 0 | 9.35s | |
✅ YAML | yamllint | 22 | 0 | 0.45s |
See detailed report in MegaLinter reports
Please note that there are still several issues with Visual Studio builds with new(er) versions of mbedtls. See: #240 |
46f1371
to
1002868
Compare
47a6eaf
to
fdc8b23
Compare
|
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. No release type found in pull request title "[DRAFT] feat: updated mbedtls from v3.2.1 to v3.6.2". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/ Available types:
|
Updating mbedtls for full TLS 1.3 support.